Daniel Milde [Wed, 28 Sep 2022 19:53:32 +0000 (20:53 +0100)]
gdu (5.19.0-1) unstable; urgency=medium
* feat: upgrade all dependencies
* feat: bump go version to 1.18
* feat: format negative numbers correctly closes #178
* test: export formatting
* feat: try to read config from ~/.config/gdu/gdu.yaml first
* docs: config file default locations
Daniel Milde [Thu, 22 Sep 2022 21:04:44 +0000 (22:04 +0100)]
gdu (5.18.1-1) unstable; urgency=medium
* feat: shorten current item path to 70 chars #172
* feat: configuration option for setting maximum length of the path for current item in the progress modal
* feat: show time in progress modal
* fix: two more lines for progress modal #172
* fix: readded --config-file flag
* fix: read non-default config file properly
* fix: correct config file option regex
Daniel Milde [Sat, 19 Feb 2022 17:01:48 +0000 (17:01 +0000)]
gdu (5.13.2-1) unstable; urgency=medium
[ Daniel Milde ]
* refactor: interfaces moved away from implementations
* fix: unkeyd fields
* doc: gdu migrated to community in ArchLinux
* refactor: size constants renamed
* added option `--si` for showing sizes with decimal SI prefixes
* fix: register pprof endpoints only when requested
* refactor: enabling/disabling GC moved to analyzer
* balance speed and memory usage
[ Georgi Georgiev ]
* Make the bar graph meaningful in large directories
* Make the relative-size display the user's choice
* Fix the tests
[ Daniel Milde ]
* refactor: we only read from chan
* test: more tests for relative bar
* test: test closing help using question mark and
moving around when info page is opened
* fix: recreate doneChan for every scan
* fix: check value before waiting
* refactor: return concrete implementation
* refactor: proper parameter name
[ Georgi Georgiev ]
* Properly count only the first hard link size on a rescan
[ Daniel Milde ]
* fix: do not panic if path does not start with slash
* test: added more file and actions tests
* fix(devices): go back to devices list
Daniel Milde [Sun, 12 Dec 2021 09:41:59 +0000 (09:41 +0000)]
gdu (5.12.1-1) unstable; urgency=medium
[ Daniel Milde ]
* man page updated
* benchmarks updated
[ Leonidas Spyropoulos ]
* Implement noCross for darwin
[ Daniel Milde ]
* device implementation for freebsd and darwin merged
* fixed processing mount points with space on linux
* fixed bsd test
* travis icon removed
* openbsd and netbsd builds fixed
* listing devices on netbsd
* use sys.unix instead of syscall
* added compilation directives
* fix: escape file names
* fix: direct dependency on sys
* fix: do not pass key when filtering is started
* doc: small readme rewording
Daniel Milde [Thu, 11 Nov 2021 17:04:36 +0000 (17:04 +0000)]
gdu (5.10.0-1) unstable; urgency=medium
[ Daniel Milde ]
* fix: correct install command for go
* refactor: use strconv instead of fmt
[ Jay R. Wren ]
* add ino, hlnkc to json
* tests
[ Daniel Milde ]
* stop UI when spawning shell on Windows
* test execute
* show info about hard-linked files
* added possibility to move around while info window is opened
[ Jeremy Neville ]
* Info modal closes with "i"
[ Daniel Milde ]
* fix: do not show help if file info is shown